/**************** COMMON ***************
****************************************/
h1 {
    font-weight: 600;
}
.rm-btn.primary:hover {
    background: #A7600D;
}

.rm-btn.secondary {
    border: 1px solid #0C9FCB;
}

.rm-btn.secondary:hover {
    background: #0C9FCB;
    border: 1px solid #0C9FCB;
    color: #fff;
}

.rm-btn.secondary.rm-cart-btn .rm-btn-text {
    color: #fff;
}

.rm-module-item .rm-btn-text,
.product-grid .rm-btn-text {
    display: none;
}

#product-compare .rm-btn.secondary.rm-cart-btn .rm-cart-btn-icon {
    background: #005B76;
}

#product-compare .rm-btn.secondary.rm-cart-btn:hover .rm-cart-btn-icon {
    background: #fff;
}

#product-compare .rm-btn.secondary.rm-cart-btn .rm-btn-text {
    color: #005B76;
}

#product-compare .rm-btn.secondary.rm-cart-btn:hover .rm-btn-text {
    color: #fff;
}

.rm-product-mobile-fixed-buttons .rm-cart-btn-icon {
    background: #005B76;
} 

.rm-slideshow-plus-item-btn .rm-btn.secondary {
    border: none;
}

.modal-content .rm-btn:hover {
    background: #A7600D;
}

.rm-btn.dark:hover {
    background: #A7600D;
}

.modal-content .rm-btn.dark {
    border: 1px solid #0C9FCB;
    background: #fff;
    color: #005B76;
}


.modal-content .rm-btn.dark:hover {
    background: #0C9FCB;
    border: 1px solid #0C9FCB;
    color: #fff;
}

#button_checkout.rm-btn.dark .rm-btn-text {
    color: #005B76;
}

#button_checkout.rm-btn.dark:hover .rm-btn-text {
    color: #fff;
}

/**************** HEADER ***************
****************************************/
/* Top header links */
.top-nav-info-list a,
.top-nav-account-links-item a,
.top-nav-account-links-item button,
.top-nav-account-links-item>span {
    font-weight: 500;
}

/*lang switcher*/
.lang-list {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}


.lang-list a {

    text-transform: uppercase;
}

.lang-list a:hover {
    color: inherit;
}



#rm_sidebar_switcher {
    padding: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 4%);
    border-radius: 6px;
    background: #fff;
}

@media (max-width: 991px) {
    .lang-list {
        gap: 12px;
    }

    .lang-list li {
        width: 100%;
        border: 1px solid #E6E6EB;
        border-radius: 8px;
        padding: 12px;
        text-align: center;
    }

    .lang-list li.active-lang {
        background: #FFF9F3;
        border: 1px solid #FB9130;
    }
}

header #menu_toggle_button {
    background-color: #fff;
    border: 1px solid #FB9130;
}

header .close-icon,
header .catalog-icon {
    filter: invert(.8);
    transition: filter .3s ease;
}

header #menu_toggle_button .rm-btn-text {
    color: #272323;
}

header #menu_toggle_button:hover {
    background-color: #FB9130;

    border: 1px solid #FB9130;
}

header #menu_toggle_button:hover .close-icon,
header #menu_toggle_button:hover .catalog-icon {
    filter: none;
}

header #menu_toggle_button:hover .rm-btn-text {
    color: #fff;
}

.rm-sidebar .rm_mobile_menu_first-item.rm_mobile_menu_info a {
    color: #FB9130;
}

.rm-sidebar .rm_mobile_menu-list-item-status.has-child {
    background: #FB9130;
}

@media (max-width: 991px) {
    .rm-header-cart::before {
        position: absolute;
        content: '';
        width: 35px;
        height: 35px;
        background-color: #FFF9F3;
        /* background-color: #f3800d; */
        border-radius: 8px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}


@media (min-width: 992px) {
    .rm-header-cart {
        border: 1px solid #E6E6EB;
    }

    .lang-list li:first-child:after {
        content: "|";
        margin: 0 7px;
    }

    .active-lang-name {
        color: #B96B0F;
        font-weight: 600;
    }
}

/* Mobile footer */

#rm_mobile_nav .rm-mobile-nav-buttons-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



#rm_mobile_nav .rm-mobile-nav-buttons-btn::before,
.top-phone-btn .rm-mobile-nav-buttons-btn::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background-color: #FFF9F3;
    /* background-color: #f3800d; */
    border-radius: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


/**************** FOOTER ***************
****************************************/
@media (min-width: 768px) {
    footer .rm-footer {
        padding: 30px 0 0;
    }
}

footer .rm-footer-title {
    font-weight: 600;
    color: #fff;
}

footer .rm-footer-credits {
    color: #fff;
}

footer .rm-footer-phones img {
    filter: brightness(0) invert(1);
}


@media (min-width: 768px) {
    footer .rm-footer-credits {
        background-color: #5D6370;
        padding-bottom: 30px;
        border-top: 1px solid #757D8D;
    }
}

@media (max-width: 767px) {
    footer .rm-footer-mobile-inner {
        background: #555B6A;
        border: 1px solid #474D5B;
    }

    footer .rm-footer-mobile-inner.white {
        background: #757C8D;
    }

    footer .rm-btn.secondary {
        background-color: #FB9130;
        border: none;
    }

    footer .rm-btn.secondary:hover {
        background-color: #A7600D;
        border: none;
    }

    footer .rm-btn.secondary .rm-btn-text {
        color: #fff;
    }

   

    footer .rm-footer-title-toggle-icon,
    footer .rm-footer-title-toggle-btn {
        background: #555B6A;
    }

    footer .rm-footer-title-toggle-icon img,
    footer .rm-footer-title-toggle-btn img {
        filter: brightness(0) invert(1);
    }
}


/**************** PRODUCT ***************
****************************************/
/* Common */
.rm-content a {
    text-decoration: none;
}

.rm-content a:hover {
    text-decoration: underline;
}

#content {
    border-radius: 8px;
}

.rm-content {
    border-radius: 8px;
    border-top-left-radius: 0;
}

.rm-content h2 {
    margin: 32px 0 18px;
    font-size: 20px;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .rm-content h2 font {
        font-size: 24px;
    }
}

.rm-content h2 font {
    color: #3F2404;
    font-weight: 600;
}

/*Product code*/
.rm-info-item-model {
    padding: 10px;
    border-radius: 8px;
    width: fit-content;
    background: #F8F4F1;
    color: #595049;
}

/*Stock*/
.rm-product-center-info .rm-module-stock {
    padding: 3px 9px;
}

.rm-module-stock {
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
    border: 1px solid #E6E6EB;
    height: auto;
}

.rm-module-stock.rm-out-of-stock {
    color: #eb5757;
    background: #FFF;
    border: 1px solid #eb5757;
}

/*Price*/
.rm-product-center-price {
    color: #B96B0F;
    display: flex;
    flex-direction: column;
}

.rm-product-center-price-old {
    font-size: 16px;
}

.rm-product-center-price>div+span {
    margin-top: 4px;
    margin-bottom: 20px;
}

.rm-product-center-price>span {
    display: flex;
    margin-bottom: 0;
}

.rm-product-center-price-new {
    color: #EB5757;
    order: 2;
}

/* Fast order modal */
.modal-dialog.wide .rm-product-center-price {
    align-items: center;
}

/* Timer */
.rm-product-timer .rm-day-discounts-timer-inner {
    background: #E14949;
    border-radius: 8px;
    padding: 9px;
}

.rm-product-timer .rm-day-discounts-timer-number {
    width: 34px;
    margin-bottom: 7px;
}

.rm-day-discounts-timer {
    display: flex;
    order: 3;
    margin-bottom: 0 !important;
}

.rm-day-discounts-timer-delimiter {
    padding: 0 3px;
}

.rm-day-discounts-timer-text {
    font-size: 14px;
}

.rm-day-discounts-timer-number+span {
    font-size: 12px;
    text-transform: capitalize;
}

/*Short attributes*/

.rm-product-attr {
    display: flex;
    flex-direction: column-reverse;
}

.rm-product-attr-list {
    margin-top: 0;
    margin-bottom: 20px;
}


@media (min-width: 576px) {
    .rm-product-attr {
        margin-top: 0px;
    }

    .rm-product-attr-title {
        display: flex;
        flex-direction: column;
    }
}

.rm-product-right-title {
    margin-bottom: 5px;
}

.rm-product-attr-list {
    border: 1px solid #FB913080;
    border-radius: 8px;
    background: #fff;
}

@media (min-width: 576px) {
    .rm-product-attr-list {
        padding: 20px 18px;
    }

    .rm-product-attr-list>div:not(:last-child) {
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .rm-product-attr-list-item:nth-child(2n+1) {
        background: transparent;
        border: none;
    }
}

@media (min-width: 576px) {
    .rm-product-attr-list-item>div {
        padding: 0;
    }

    .rm-product-attr-list-item>div:first-child {
        background: transparent;
        border: 1px solid transparent;
    }
}

.rm-product-attr-list-item>div.rm-product-attr-list__attr-name {
    font-weight: 600;
    font-size: 13px;
}

/* Product Options */
@media (min-width: 768px) {
    .rm-product-center-options {
        padding: 24px 0 22px;
    }
}

.rm-product-center-options .control-label {
    font-weight: 400;
    margin-bottom: 13px;
}

.rm-product-center-options .form-group label {
    margin-right: 0.5rem;
}

.rm-product-center-options .form-control {
    height: auto;
    padding: 0.375rem 0.5rem;
}

.rm-product-center-options .form-control.view1_link {
    transition: color .3s ease, border-color .3s ease;
}

.rm-product-center-options .form-control.view1_link:hover {
    color: #b96b0f;
    border: 1px solid #b96b0f;
}


.rm-product-center-options .form-control.view1_product {
    color: #b96b0f;
    border: 1px solid #b96b0f;
}

/* Cart button */
/* .rm-btn.dark.rm-product-btn-cart {
    background-color: #E18315;
} */

.rm-btn.dark.rm-product-btn-cart:hover {
    background-color: rgb(167, 96, 13);
}

/* Product tabs */
.rm-product-tabs .nav-link {
    color: #6B635D;
}

.rm-product-tabs .nav-link-qty {
    background: #E18315;
    color: #fff;
}

/* Attributes */
.rm-product-tabs-attributtes-list-item:nth-child(2n+2) {
    background: #fff;
}

.main-attr-name {
    position: relative;
    overflow: hidden;
}

.main-attr-name-text {
    margin-right: 20px;
    font-weight: 600;
}

.main-attr-dotted-line {
    display: inline-block;
    width: 100%;
    margin: 0 -100% 0 0;
    vertical-align: baseline;
    border-bottom: 1px dotted #E6E6EB;
}

/* Store Review */
.rm-store-reviews-item {
    border-top: 1px solid #E6E6EB;
}

.rm-store-reviews-item-text-admin {
    background: #FFF9F3;
}

.rm-store-reviews-item-info-rating-title {
    color: rgb(225, 131, 21);
}

/* Question */
.rm-product-tabs-questions-item {
    padding: 30px;
    border-top: 1px solid #E6E6EB;
}

.rm-product-tabs-questions-item-author {
    font-weight: 600;
}

.rm-product-tabs-questions-item-answer {
    background: #FFF9F3;
    border: 1px solid #E6E6EB;
    border-radius: 8px;
}


/**************** HOMEPAGE ***************
****************************************/
.rm-slideshow-plus-item-title {
    font-weight: 600;
}


/**************** FILTER ***************
****************************************/



.ocf-selected-filter .ocf-times-circle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E14949' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3E%3C/svg%3E");
}

.ocf-container .ocf-selected .ocf-value-input-checkbox::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23fff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}

.ocf-container.ocf-theme-light-block .ocf-value-input-checkbox::before {
    border-radius: 4px;
    background-color: #FFFDFB;
    border: 1px solid #EFEAE6;
}

.ocf-container.ocf-theme-light-block .ocf-value-count {
    background-color: #F2994A;
    border-radius: 6px;
    color: #fff;
}

.ocf-container.ocf-theme-light-block .ocf-btn-link {
    color: rgb(225, 131, 21);
}

.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before,
.ocf-value.ocf-disabled:active .ocf-value-input-checkbox::before {
    background-color: rgb(225, 131, 21) !important;
}

@media (min-width: 992px) {


    .ocf-container.ocf-theme-light-block .ocf-value .ocf-value-input::after {
        filter: none;
    }
}



@media (min-width: 992px) {


    .ocf-container.ocf-theme-light-block .ocf-selected .ocf-value-input::before {
        background-color: #F2994A;
    }


.ocf-container.ocf-theme-light-block .ocf-header {
    font-weight: 500;
    display: none;
}
}

.ocf-value-slider .ocf-noUi-connect:before,
.ocf-value-slider .ocf-noUi-handle {
    background-color: #FB9130;
}

.ocf-value-list .ocf-input-group .ocf-form-control {
    font-size: 13px;
}

.ocf-slider-input-group .ocf-form-control,
.ocf-slider-input-group input.ocf-form-control,
.ocf-slider-input-group textarea.ocf-form-control {
    padding: 6px
}

.ocf-container.ocf-theme-light-block .ocf-input-group-addon {
    background-color: #F2EDE9;
}

.ocf-container.ocf-theme-light-block .ocf-form-control {
    border-color: #F2EDE9;
}

.ocf-container.ocf-theme-light-block .ocf-value:active .ocf-value-input::before {
    box-shadow: none;
}

.ocf-container.ocf-theme-light-block .ocf-value:focus:not(:active) .ocf-value-input::before {
    border-color: #F2994A;
}

.ocf-container.ocf-theme-light-block .ocf-value:not(.ocf-disabled):active .ocf-value-input::before {
    color: #fff;
    background-color: #F2994A;
    border-color: transparent;
}

@media (min-width: 992px) {
    .ocf-container.ocf-theme-light-block.ocf-vertical .ocf-filter {
        background-color: #FFFDFB;
        border: 1px solid #EFEAE6;
    }
}

@media (max-width: 991px) {
    .ocf-header {
        font-weight: 600;
    }

    .ocf-container.ocf-theme-light-block .ocf-filter {
        background-color: #FFFDFB;
        border: 1px solid #EFEAE6;
    }

    .ocf-container.ocf-theme-light-block .ocf-active {
        background-color: #FFF9F3;
        border: 1px solid #F2994A;
    }


    .ocf-active .ocf-filter-name {
        font-weight: 500;
        color: #272323
    }

    .ocf-active .ocf-active-label {
        font-weight: 400;
        color: #847C75;
    }

    .ocf-filter-header .ocf-filter-name,
    .ocf-filter-header .ocf-active-label {
        font-weight: 500;
    }

    .ocf-active .ocf-minus-circle {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E14949' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3E%3C/svg%3E");
    }

    .ocf-container.ocf-theme-light-block .ocf-search-btn-static,
    .ocf-container.ocf-theme-light-block .ocf-search-btn-popover,
    .ocf-container.ocf-theme-light-block .ocf-search-btn-static.ocf-disabled,
    .ocf-container.ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled {
        background-color: #656C7D;
    }



    .ocf-container.ocf-theme-light-block .ocf-value-input-checkbox::before {
        border-radius: 4px;
        background-color: #FFFDFB;
        border: 1px solid #EFEAE6;
    }

    .ocf-container.ocf-theme-light-block .ocf-value-count {
        background-color: #F2994A;
        border-radius: 6px;
        color: #fff;
    }

    .ocfilter-mobile-handle .rm-btn {
        background-color: #0C9FCB;
    }

    .ocf-btn-mobile-static .rm-btn.dark {
        background-color: #0C9FCB;
    }

    .ocfilter-mobile-handle .rm-btn:hover,
    .ocfilter-mobile-handle .rm-btn:active,
    .ocfilter-mobile-handle .rm-btn:focus {
        background-color: #A53939;
    }

    .ocf-container.ocf-theme-light-block .ocf-selected .ocf-value-input::before {
        background-color: #F2994A;
    }
}


/**************** CATEGORY ***************
****************************************/
.rm-breadcrumb .fa-home:after {
    filter: invert(1);
}

.rm-cart-btn-icon {
    background: #ffffff;
}

.rm-module-price-box .rm-btn.secondary {
    background-color: #F2994A;
    border: 1px solid #F2994A;
}

.rm-module-price-box .rm-btn.secondary:hover {
    background-color: #a7600d;
    border: 1px solid #a7600d;
}

.product-layout .rm-module-title a {
    font-weight: 600;
}

.rm-module-buttons button:hover {
    background: #F2994A;
    border: 1px solid #F2994A;
}

.rm-module-price-new {
    color: #EB5757;
}

/* Category attribute */
.rm-category-appearance-btn {
    background: #F2EDE9;
    border-radius: 5px;
}

.rm-category-appearance-btn.active span,
.rm-category-appearance-btn:hover span {
    background: #FB9130;
}

.rm-category-sort select {
    border-radius: 5px;
}

@media (min-width: 768px) {
    .rm-category-sort select#input-sort {
        border-radius: 5px;
    }
}

.rm-module-attr-item {
    display: flex;
    margin-top: 12px;
    color: #777777;
    overflow: hidden;
}

.rm-module-attr-item span {
    width: 50%;
    max-width: 50%;
}

.rm-module-attr-item span.rm-module-attr-item-header {
    color: #000;
    font-weight: 600;
    padding-left: 10px;
}

.rm-module-attr-item:not(:last-child):after {
    display: none;
}

@media (max-width: 991px) {
    .rm-page-title h1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    /* .rm-module-img {
        padding: 0;
    } */

    .rm-module-attr {
        display: none;
    }
}

@media (min-width: 992px) {
    .rm-category-sort {
        padding: 15px 20px;
    }
}

@media (min-width: 1200px) {
    .rm-module-attr-item {
        font-size: 12px;
    }

    .rm-module .rm-module-item .rm-module-attr,
    .product-layout.product-grid .rm-module-item .rm-module-attr {
        position: absolute;
        bottom: -185px;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -1;
        background: #fff;
        box-shadow: inset -1px -1px 0 0 #f9f9fc;
        margin-bottom: 0;
        padding: 0 15px 35px;
        -webkit-transition: box-shadow .3s ease, opacity .1s ease;
        transition: box-shadow .3s ease, opacity .1s ease;
        overflow: hidden;
        visibility: hidden;
    }
   
    .rm-module .rm-module-item:hover .rm-module-attr,
    .product-layout.product-grid .rm-module-item:hover .rm-module-attr {
        opacity: 1;
        z-index: 1;
        box-shadow: 0 15px 15px rgb(0 0 0 / 8%);
        overflow: visible;
        visibility: visible;
    }

    .rm-module .rm-module-item:hover .rm-module-quantity,
    .product-layout.product-grid .rm-module-item:hover .rm-module-quantity {
        z-index: 2;
    }

    .rm-module .rm-module-item .rm-module-quantity,
    .product-layout.product-grid .rm-module-item .rm-module-quantity {
        bottom: -245px;
    }
}

.rm-module .rm-cart-btn,
.product-layout .rm-cart-btn {
    margin-top: 0;
}

@media (max-width: 767px) {
.rm-module-price,
.product-layout .rm-module-price {
    margin-bottom: 0;
}

.rm-module-price-bottom {
    align-items: center;
    flex-direction: row !important;
}
}

@media (max-width: 359px) {
.rm-module-price {
    font-size: 16px;
}

.rm-module .rm-cart-btn,
.product-layout .rm-cart-btn {
    height: 35px;
    line-height: 35px;
}

.rm-cart-btn-icon {
    width: 15px;
    height: 15px;
}
}

/* Load more button - svg Icon */
.show-more-icon {
    fill: none;
    stroke: #005b76;
    stroke-linecap: round;
}

.oct-load-more-button:hover .show-more-icon{
    stroke: #FDFDFD;
}

@media (min-width: 1200px) {
.oct-load-more-button .show-more-icon {
    transition: -ms-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
}

.oct-load-more-button:hover .show-more-icon{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}


/**************** HOMEPAGE ***************
****************************************/
/* Category wall */
.rm-category-wall-item {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: none;
    box-shadow: none;
    transition: none;
}

.rm-category-wall-item:hover {
    box-shadow: none;
}

.rm-category-wall-item>a {
    font-weight: 600;
    border-radius: 12px;
    background: #fff;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    box-shadow: -0.5px -0.5px 0 0.5px #f9f9fc, inset -1px -1px 0 0 #f9f9fc;
}

.rm-category-wall-item>a:hover {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    z-index: 2;
}

.rm-category-wall-item-image {
    background: #FFFBF8;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;

}

@media (max-width: 575px) {
    .rm-category-wall-item-image img {
        height: 75px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .rm-category-wall-item>a {
        font-size: 15px;
    }
}

/* Advantages */
.rm-advantages-item {
    border-radius: 12px;
}

@media (min-width: 768px) {
    .rm-advantages-item {
        background: #fff;
        border-radius: 12px;
    }
}

@media (min-width: 1200px) {
    #common-home .rm-module-col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Product reviews module */
@media (min-width: 768px) {
    .rm-module-rating {
        margin-top: 0;
    }
}



/**************** CART ***************
****************************************/
.rm-cart-products-item-price-all,
.rm-cart-block-total-price {
    font-size: 16px;
}

.rm-cart-products-item-price-one {
    white-space: normal;
    font-size: 14px;
}

.oct-checkout-block a.blue-link {
    color: #FB9130;
    font-weight: 600;
}

.oct-checkout-cart-delete-btn {
    background: #E14949;
}


/**************** MODAL ***************
****************************************/
.modal-title {
    font-weight: 600;
}


/*Contact page*/
.contact-page-email {
    margin-top: 20px;
}


/*Sticky buttons in product bottom*/
.prod-bottom-contact {
    display: flex;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
    color: #000;
    border-bottom: none;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    height: 75px;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .prod-bottom-contact {
        display: none;
    }
}

.prod-bottom-left-contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-phone-btn .rm-mobile-nav-buttons-btn.rm-mobile-contacts-btn {
    position: relative;
}

.prod-bottom-left-contact a,
.prod-bottom-left-contact a:hover {
    font-weight: 600;
    color: #272323;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0;
}

.prod-bottom-left-contact a:hover {
    color: #e18315;
    font-size: 13px;
}

@media (min-width: 330px) {
    .prod-bottom-left-contact a {
        font-size: 14px;
    }

    .prod-bottom-left-contact a:hover {
        font-size: 14px;
    }
}

.prod-bottom-button-cart img {
    margin-top: -1px;
}

.prod-bottom-button-cart .us-product-btn {
    margin-top: 0;
    font-size: 14px;
    text-transform: none;
    height: 45px;
    border-radius: 0;
}

.prod-bottom-button-cart .us-product-btn {
    width: 100%;
}

.us-product-btn, .us-module-btn, .us-price-actual {
    border-radius: 12px;
}

.ocf-theme-light-block .ocf-active .ocf-filter-header {
    color: #9590A5 !important;
}

@media (max-width: 359px) {
    .prod-bottom-contact .rm-cart-btn-icon {
        display: none;
    }

    .prod-bottom-contact .rm-cart-btn-icon + .rm-btn-text {
        padding-left: 0;
    }
}

.faq {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    padding-bottom: 40px;
}

.faq-title {
    line-height: 1.25;
}

.sp-seo-faq li {
    list-style: none;
    padding: 15px;
    color: #272323;
    box-shadow: none;
    background: #FFF9F3;
    border: 1px solid #E6E6EB;
    border-radius: 5px;
}

.sp-seo-faq li:not(:last-child) {
    margin-bottom: 10px;
}

.faq-question:hover {
    box-shadow: none;
}

.faq-link {
    color: #444;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.faq-text {
    margin-top: 10px;
    font-size: 15px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #E6E6EB;
    border-radius: 8px;
}

.sp-seo-faq ul {
    margin-top: 10px;
}